CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - optimization steepest

搜索资源列表

  1. Optimization

    3下载:
  2. 约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。-Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-20
    • 文件大小:1858
    • 提供者:anytry
  1. chengxu

    0下载:
  2. 最优化源程序最速下降法的C语言编程,挺好的-Source optimization, steepest descent method of C language programming, quite good
  3. 所属分类:Database system

    • 发布日期:2017-03-31
    • 文件大小:22607
    • 提供者:贾晓伟
  1. nonrigid_version7b

    1下载:
  2. 非刚性图像配准算例,包括最速梯度下降优化、二次样条、2D/3D配准、互信息最小化、3D仿射等多种配准算法。 非刚性配准是当前应用最多的配准方法,用于处理有较大位移的配准问题-Non-rigid image registration examples, including the steepest gradient descent optimization, quadratic spline, 2D/3D registration, mutual information minimizatio
  3. 所属分类:Special Effects

    • 发布日期:2015-09-13
    • 文件大小:246046
    • 提供者:zhangji
  1. steepestdescentmethod

    0下载:
  2. 可以解决最优化分析问题里边的最速下降法问题,已经通过vc++测试-Optimization analysis can solve the problem inside the steepest descent method problems, has been passed vc++ Test
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:801
    • 提供者:charles
  1. Unconstrained_optimization

    3下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4607
    • 提供者:闫安心
  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3223
    • 提供者:白浩泉
  1. steepest_method_with_const_step

    0下载:
  2. NUMERICAL OPTIMIZATION: This steepest descent method with constant step length to find the minima of f(x, y) = xy exp(− 2x^2 − y^2 + 0.3y) Graphical represxentation in 5 ways of solution, simple and clear explained.-NUMERICAL OPTIMIZ
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:824
    • 提供者:venera
  1. steepest_descent

    0下载:
  2. Numerical optimization, Steepest descent
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1417
    • 提供者:ehwa
  1. optimization

    0下载:
  2. 基于最速下降法、牛顿法、共轭梯度法的matlab程序 -Steepest descent Newton conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1416
    • 提供者:lzy
  1. steepest

    1下载:
  2. 实用最优化方法 最速下降法 变尺度法 牛顿法 阻尼牛顿法 皆为可运行程序-The most practical method of steepest descent optimization variable metric method damped Newton' s method Newton' s method can run the program are all
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1596
    • 提供者:Sharon
  1. Ch2-4d2

    0下载:
  2. Its about how to use steepest descent methor of optimization./
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:41707
    • 提供者:Piyush
  1. Optimization-method

    0下载:
  2. 最优化方法及其Matlab程序设计,乘子法程序,非线性最小二乘问题源码,最速下降法与牛顿法源码-Optimization method and Matlab programming, multiplier method procedures, non-linear least squares problem source, the steepest descent method and Newton' s law code, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:34892
    • 提供者:郝梦
  1. optimizacourse

    0下载:
  2. 最优化 最速下降法 黄金分割法 DFP 乘子法-Optimization Steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:20146
    • 提供者:李探
  1. Optimization-GradientBase

    0下载:
  2. Sample code for optimization based on Gradient base. include BFGS, Steepest Descent method, DFP method, Conjugate Gradient method ans so on-Sample code for optimization based on Gradient base. include BFGS, Steepest Descent method, DFP method, Conjug
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3758
    • 提供者:vahid
  1. Newton

    0下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1052
    • 提供者:zhuyuanli
  1. The-steepest-descent-method

    0下载:
  2. 最优化方法 最速下降法程序 MATLAB程序-MATLAB program optimization method of steepest descent method
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:4389
    • 提供者:姑苏大奖
  1. Mathematical-optimization-toolbox

    0下载:
  2. 数学最优化工具箱,内含0.618法,Fibonacci法,共轭梯度法,你牛顿法,牛顿法,最速下降法。每个算法都有一个实例用matlab实现-Mathematical optimization toolbox, containing 0.618 Fibonacci method, conjugate gradient method, Newton, Newton, steepest descent method. Each algorithm has an example of using mat
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:11230
    • 提供者:商恒超
  1. The-steepest-descent-method

    0下载:
  2. 关于最优化算法的Matlab仿真程序,最速下降法与牛顿法。-Optimization algorithm Matlab simulation program, the steepest descent method and Newton method.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:2675
    • 提供者:lyn
  1. optimization

    0下载:
  2. optimization最优化的多种算法的实现,最速下降法梯度法牛顿法以及相似形法,测试函数是香蕉函数-to achieve a variety of optimization algorithms optimization, steepest descent gradient method and Newton' s method similar figures method, the test function is a function of bananas
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:22216
    • 提供者:Teresa Wang
  1. linear optimization

    0下载:
  2. 用BFGS 拟牛顿法 最速下降法 牛顿法 共轭梯度法 解决线性优化问题(Solving linear optimization problems with conjugate gradient method and Steepest descent method.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:小狗蛋
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com